Sets the values under the "Referenced Time Offsets" (0040,A138) element.
public void SetReferencedTimeOffsets(
double[] value,
int temporalPointCount
)
Public Overloads Sub SetReferencedTimeOffsets( _
ByVal value() As Double, _
ByVal temporalPointCount As Integer _
)
public void SetReferencedTimeOffsets(
double[] value,
int temporalPointCount
)
function Leadtools.Dicom.DicomWaveformAnnotation.SetReferencedTimeOffsets(Double[],Int32)(
value ,
temporalPointCount
)
public:
void SetReferencedTimeOffsets(
array<double>^ value,
int temporalPointCount
)
value
Pointer to an array that represents the values under the "Referenced Time Offsets" (0040,A138) element.
temporalPointCount
Number of values to set. TemporalPointCount is updated with this value.
This method will also update TemporalPointCount property to be equal to % temporalPointCount %.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET